.tac {
  text-align: center;
}

.recfocus-ads-wrap{
  /* margin-top: 0; */
  margin-bottom: 0;
}
.recfocus-ads-list {
  display: flex;
  margin-right: -11px;
  /* justify-content:space-between */
}
/* .recfocus-ads-list li {
  width: 223px;
  height: 82px;
} */
.recfocus-ads-list li:not(:last-child) a{
  margin-right: 11px;
}
.recfocus-ads-list li a{
  display: block;
  /* margin-top: 17px; */
  margin-bottom: 47px;
}
.recfocus-ads-list li img {
  width: 223px;
  height: 82px;
}
.recfocus-tab {
  display: flex;
}
.recfocus-tab li {
  line-height: 29px;
  height: 29px;
  padding: 0 17px;
  cursor: pointer;
  border: 1px solid #1a5ac3;
  margin-right: 0px;
  color: #1a5ac3;
  font-size: 13px;
  font-weight: 500;
}
.recfocus-tab li:hover {
  opacity: 0.6;
  transition: 0.06s all ease;
}
.recfocus-tab li.active {
  background-color: #1a5ac3;
  color: #fff;
}
.recfocus-tab li:first-child {
  border-radius: 2px 0px 0px 2px;
}
.recfocus-tab li:last-child {
  border-radius: 0px 2px 2px 0px;
}
.recfocus-news-box {
  display: flex;
  flex-wrap: wrap;
  /* justify-content:space-between */
}
.recfocus-news-box li {
  margin-bottom: 17px;
  /*width: 224px;*/
  height: 263px;
  background-color: #fff;
}
.recfocus-news-box li:hover {
  box-shadow: 0px 2px 8px 0px rgba(148, 153, 159, 0.28);
}
/*.recfocus-news-box li a:nth-child(1) img {*/
/*  width: 224px;*/
/*  height: 148px;*/
/*}*/
.recfocus-news-item-tit {
  line-height: 25px;
  height: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  padding: 0 11px;
}
.pic-channel-item-img-wrap {
  display: block;
  width: 382px;
  height: 254px;
  background-size: cover;
  position: relative;
  -moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
.pic-channel-item-img-wrap:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
  -o-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
  transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
}
.pic-channel-swiper-img {
  display: block;
  height:800px;
  width: 100%;
  background-size: cover;
  position: relative;
  -moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
.pic-channel-swiper-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
  -o-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
  transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
}
/* .item-pic-abs{
  position: absolute;
  left:0
} */
.recfocus-news-item-notimp {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recfocus-news-item-notimp ~ a {
  display: inline-block;
  height: 13px;
  width: 13px;
}
.recfocus-news-item-tips {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  padding: 0 11px;
}
.recfocus-news-load {
  margin-top: 29px;
}
.recfocus-news-right .g-module {
  padding: 17px 11px;
}
.recfocus-news-module {
}
.recfocus-news-imgwrap {
  border: 1px solid #eee;
  border-radius: 2px;
  overflow: hidden;
}
.recfocus-news-img {
  width: 226px;
  height: 152px;
  overflow: hidden;
}
.recfocus-news-img img {
  -moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
.recfocus-news-img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
  -o-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
  transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
}
.recfocus-news-img-tit {
  font-size: 16px;
  line-height: 25px;
  margin: 11px 11px 11px;
}
.g-module-ads {
  /* background: #fff; */
  margin-bottom: 17px;
}

/*图说首页*/
.pic-channel-swiper {
  position: relative;
  height: 800px;
  margin-top: 32px;
}
.pic-channel-swiper .swiper-slide img {
  height: 800px;
  width: 100%;
  position: absolute;
}
.g-layout56 {
  height: 53px;
  line-height: 53px;
  z-index: 3;
}
.pic-channel-nav {
  margin-top: 29px;
  margin-bottom: 33px;
  position: relative;
  height: 60px;
}
.pic-channel-nav-wrap {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0px 1px 11px 0px #e6ebf5;
  border-radius: 30px;
  margin: 0 155px;
  display: flex;
  justify-content: center;
}
.pic-swiper-pagination{
  position: absolute;
  bottom:29px;
  width: 100%;
}
.pic-swiper-pagination .swiper-pagination-bullet:not(:last-child){
  margin-right: 15px;
}
.pic-swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #D9D9D9;
}
.pic-swiper-pagination .swiper-pagination-bullet-active{
  background: #073E73;
}

.pic-channel-nav-box {
  display: flex;
  justify-content: space-around;
  font-size: 0;
  width: 550px;
}
.pic-channel-nav-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  min-width: 896px;
}
.pic-channel-nav-item {
  display: inline-block;
  font-size: 17px;
  color: #333;
}
.pic-channel-nav-item:not(:last-child) {
  padding-right: 69px;
}
.pic-channel-nav-item img {
  vertical-align: -7px;
}
.pic-channel-nav-wrap {
  /* padding-left: 203px; */
}
.pic-channel-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-right: -45px;
}
.pic-channel-list li {
  width: 382px;
  height: 338px;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 17px;
  position: relative;
  margin-right: 18px;
}
.pic-channel-list li:hover {
  box-shadow: 0px 2px 8px 0px rgb(148 153 159 / 28%);
}
.pic-channel-list li img {
  width: 100%;
  height: 254px;
  position: absolute;
  left: 0;
}
.pic-channel-item-name {
  max-height: 50px;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
  color: #333;
  margin-top: 17px;
  padding: 0 17px;
}
.pic-channel-item-total {
  min-width: 46px;
  width: 46px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 2px 0px 2px;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  z-index: 9;
}
.g-main{
  margin-bottom: 36px;
}